home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Crossword / Source / PB.project < prev    next >
Text File  |  1995-06-12  |  1KB  |  32 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = Crossword.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = (Xword.tiff);
  5. FILESTABLE = {
  6.     M_FILES = (filing.m, Crossword_main.m);
  7.     OTHER_LINKED = ();
  8.     H_FILES = (AppDelegate.h, Backjump.h, BackjumpSquare.h, BackjumpState.h, BackjumpWord.h, BroadeningSearch.h, Crossword.h, CrosswordSquare.h, DepthFirstSearch.h, Dictionary.h, filing.h, FunctionCache.h, Inspector.h, Leapfrog.h, LeapfrogSquare.h, LeapfrogState.h, LeapfrogWord.h, Notifier.h, Plain.h, PlainSquare.h, PlainState.h, PlainWord.h, Puzzle.h, StopWatch.h, WinDelegate.h);
  9.     CLASSES = (AppDelegate.m, BackjumpSquare.m, BackjumpState.m, BackjumpWord.m, BroadeningSearch.m, Crossword.m, CrosswordSquare.m, DepthFirstSearch.m, Dictionary.m, FunctionCache.m, Inspector.m, LeapfrogSquare.m, LeapfrogState.m, LeapfrogWord.m, Notifier.m, PlainSquare.m, PlainState.m, PlainWord.m, Puzzle.m, StopWatch.m, WinDelegate.m);
  10.     IMAGES = ();
  11.     PSW_FILES = (CrosswordSquarePS.psw);
  12.     C_FILES = ();
  13.     OTHER_RESOURCES = (Crossword.README, default.xdict, Help);
  14.     OTHER_SOURCES = ();
  15.     SUBPROJECTS = ();
  16.     PSWM_FILES = ();
  17.     SOUNDS = ();
  18.     OTHER_LIBS = (Media_s, NeXT_s, Indexing_s);
  19.     INTERFACES = (Crossword.nib, Puzzle.nib);
  20. };
  21. APPCLASS = Application;
  22. MAINNIB = Crossword;
  23. DOCEXTENSIONS = (xword);
  24. PROJECTTYPE = Application;
  25. PROJECTVERSION = 1.1;
  26. LOCALIZABLE_FILES = {
  27.     Help;
  28. };
  29. PROJECTNAME = Crossword;
  30. SYSTEMEXTENSIONS = ();
  31. LANGUAGE = English;
  32.